Xamarin.Android | ComponentOne
C1.Android.Grid Assembly / C1.Android.Grid Namespace / FlexGridDetailProvider<TItem> Class / Height Property


In This Topic
    Height Property (FlexGridDetailProvider<TItem>)
    In This Topic
    Gets or sets the height of the details.
    Syntax
    'Declaration
     
    
    Public Property Height As GridLength
    'Usage
     
    
    Dim instance As FlexGridDetailProvider(Of TItem)
    Dim value As GridLength
     
    instance.Height = value
     
    value = instance.Height
    public GridLength Height {get; set;}
    See Also